fetch wrapper Next.js
Next.jsが、サーバ Serverで、便利にFetch APIを利用できるようにラップしている
https://nextjs.org/docs/app/api-reference/functions/fetch
q: これの仕組みが分からない。
importとかしていないけど、なぜ使えるんだっけ?
具体的なcodeを追いたい。